home *** CD-ROM | disk | FTP | other *** search
- unit icon174:10 $$ vector graphics/text block
- 174 $$ label - return here if invalid input
- enable touch
- pause keys=all
- disable touch
- if ((zkey = touch $and$ (ztouchx > 536) $and$ (ztouchy > 386) $and$ (ztouchx < 632) $and$ (ztouchy < 419)))
- . calc TOUCHBOX _ 0
- . jump icon171
- endif
- if ((zkey = touch $and$ (ztouchx > 286) $and$ (ztouchy > 83) $and$ (ztouchx < 413) $and$ (ztouchy < 95)))
- . calc TOUCHBOX _ 1
- . do dctnry
- . branch 174
- endif
- if ((zkey = touch $and$ (ztouchx > 287) $and$ (ztouchy > 67) $and$ (ztouchx < 362) $and$ (ztouchy < 81)))
- . calc TOUCHBOX _ 2
- . do dctnry
- . branch 174
- endif
- if ((zkey = touch $and$ (ztouchx > 285) $and$ (ztouchy > 19) $and$ (ztouchx < 431) $and$ (ztouchy < 33)))
- . calc TOUCHBOX _ 3
- . do dctnry
- . branch 174
- endif
- style outline
- style thickness,1
- style dash $$ solid line style
- if zkey = "a"
- . do menukey1
- . branch 174
- endif
- if zkey = "r"
- . do menukey1
- . branch 174
- endif
- if zkey = "q"
- . do menukey1
- . branch 174
- endif
- if zkey = "b"
- . do menukey1
- . branch 174
- endif
- if zkey = "o"
- . do menukey1
- . branch 174
- endif
- if zkey = "n"
- . do menukey1
- . branch 174
- endif
- if zkey = "f"
- . do menukey1
- . branch 174
- endif
- if zkey = "h"
- . do menukey1
- . branch 174
- endif
- branch 174 $$ not valid input - get again
- 174end
- disable touch
-